home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore-siege.swf / scripts / DefineSprite_395 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  186b  |  12 lines

  1. function onEnterFrame()
  2. {
  3.    this._y += (yPos - _Y) / 5;
  4.    if(_Y < -240 && gameSwitch == true)
  5.    {
  6.       _root.play();
  7.    }
  8. }
  9. yPos = _Y;
  10. _Y = _Y - 1000;
  11. gameSwitch = false;
  12.